remove_all

function remove_all(values: collection<-T>): boolean

Remove all elements in another collection from this collection.

Return

true if any elements were removed from this collection, false if it was not modified

Since

0.9.0

Parameters

values

the collection of elements to remove